CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c8051f040 can

搜索资源列表

  1. MUL_CAN

    0下载:
  2. 两机C8051F040之间进行can通信,单消息发送接收,-two machines can C8051F040 between communications, messaging alone receive,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:23352
    • 提供者:Wiracle
  1. 12can

    0下载:
  2. 关于高速单片机c8051f040的can总线开发例程,希望对大家有所帮助-c8051f040 on the high-speed microcontroller bus can develop routines, we hope to help
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:63044
    • 提供者:wangsir
  1. 2mes

    0下载:
  2. C8051F040单片机CAN总线接收和发射程序,简单明了
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14479
    • 提供者:杜华坚
  1. inter_action

    0下载:
  2. C8051F040单片机CAN总线互相通信程序
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:17096
    • 提供者:杜华坚
  1. mulmes

    0下载:
  2. C8051F040/// /////多消息can接收程序
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14915
    • 提供者:杜华坚
  1. CAN040

    0下载:
  2. c8051f040上CAN总线的应用,c8051f040为一款增强型51核的单片机
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:13028
    • 提供者:lanxinglei
  1. F040_can

    0下载:
  2. C8051F040控制器,CAN进行多机通讯。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-16
    • 文件大小:12323
    • 提供者:蔡新林
  1. F040_can

    0下载:
  2. 基于C8051F040的CAN总线的实验程序,很有参考学习价值
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:34444
    • 提供者:李晋
  1. c8051f040CAN

    0下载:
  2. C8051F040 CAN总线编程,演示时需两块040的开发板,开发板的按键状态通过CAN总线发到另一个开发板上并通过LED显示出按键状态.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12437
    • 提供者:zhuhs2000
  1. W29C040.rar

    0下载:
  2. W29C040(512K FLASH)读写程序2007-09-10 11:16很是激动,去年用AT89S52捣弄了半年也没搞定,这次换成C8051f040,也不知道是天见我可怜还是狗运,终于把数据写进去了。想当时到处找的程序都没用,郁闷非常,这次走运成功,拿出来晒晒太阳(虽然也是该的别人的程序,但是好歹能用)。 /*W29C040(512K FLASH)读写程序*/ #include <c8051f040.h> #include <INTRINS.h>
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:2861
    • 提供者:MrXu
  1. KEYDAC

    0下载:
  2. 本文件是C8051F040键盘及DA输出测试程序;DA输出端子(J10)可输出2路DA(DAC0,DAC1),四路按键(KEY1--KEY4,须设置跳线JP5),测试时按下KEY1--KEY4,分别对应DAC0,DAC1输出0.5V,1V,1.5V,2V。 -The present document is a C8051F040 keyboard and DA output test procedures DA output terminal (J10) can output 2-way
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-24
    • 文件大小:28478
    • 提供者:王珍宁
  1. BTF040

    0下载:
  2. 6.压缩文件有密码 7.源码重复或已经存在 请不要上传有版权争议的内容和木马病毒代码和访问国外网站的代理软件 -/ CAN1.c and CAN2.c are a simple example of configuring a CAN network to // transmit and receive data on a CAN network, and how to move information to // and from CAN RAM message obj
  3. 所属分类:Windows编程

    • 发布日期:2017-04-03
    • 文件大小:352330
    • 提供者:一二三
  1. 2mes

    0下载:
  2. 里面有两个代码,一个是CAN总线的单帧的发送,另一个是CAN总线的单帧的接收代码,使用的硬件是C8051F040的单片机。这两个代码也能实现两单片机的通信。-Inside there are two codes, one of the single-frame CAN bus of the sending and the other is the single-frame CAN bus receive the code, using the hardware is C8051F040 micr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:14329
    • 提供者:小坏坏
  1. inter_action

    0下载:
  2. 开发环境是Silab,里面有两个代码,实现的功能是两单片机C8051F040的CAN通信,发送程度先将浮点数3.14159和长整型数1234567L转换成MSGNUMD号消息数据。发送给接收端。接收端将接收到的数据重新转换成浮点数和长整型数。-Development environment is Silab, it there are two codes, to achieve the function of two of the CAN microcontroller C8051F040 co
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:17059
    • 提供者:小坏坏
  1. remote

    0下载:
  2. 开发环境是Silab,硬件平台是C8051F040单片机,代码的功能是实现单片机内部的CAN远程帧通信,发送端事先将SS1数组数据写入远程帧,当接收到远程请求时,自动将消息发送出去,发送完毕,产生发送中断,从而将SS2数据更新到消息中,同时也发送远程帧请求获取数据。整个程序中,请求端发送两次远程帧请求,并把接收的数据存入RR1和RR2数组。-Development environment is Silab, the hardware platform is a C8051F040 MCU fun
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:16388
    • 提供者:小坏坏
  1. F040_i2c

    0下载:
  2. 用C8051F040实现I2C通信的范例。可实现E2PROM的存取。-I2C communication with the C8051F040 implementation examples. Can be realized E2PROM access.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:7676
    • 提供者:赵伯阳
  1. 51F040_can

    0下载:
  2. 使用C8051F040实现CAN通信,注释详细-C8051F040 achieved using CAN communications, detailed notes
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:34859
    • 提供者:sunmq
  1. C8051F040_CAN_C

    0下载:
  2. 本程序是基于单片机C8051F040中集成CAN控制器送开发的can总线数据接收和发送源码。-The program is based on the C8051F040 MCU integrates CAN bus controller can send data to receive the development of source code.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:24039
    • 提供者:张衡星
  1. ucos_In_C8051f040

    0下载:
  2. ucos ii 在C8051F040上的应用,此处为一步进电机可调细分控制系统! 有兴趣的可以下载看看!-ucos ii C8051F040 on the application, here is a stepper motor control system with adjustable subdivision! Interested can download to see!
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:78299
    • 提供者:同行
  1. c8051f040BsPrg

    0下载:
  2. 次资料主要包含c8051f040的基础用法,程序都是经过调试的,请放心使用,有什么问题可以发邮件给我,共同探讨 yun_1@126.com-Second dataset contains c8051f040 usage basis, all through the debugging process, please rest assured to use, what questions can email me to discuss yun_1@126.com
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:425793
    • 提供者:clock
« 1 2 34 »
搜珍网 www.dssz.com